home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / docs / ReleaseNotes_1.4.txt < prev    next >
Text File  |  2009-06-18  |  13KB  |  182 lines

  1. Release Notes for Firebug 1.4
  2. Firebug 1.4 is Firebug 1.3 with additions by John J. Barton, Jan Odvarko, Hans Hillen, Kevin Decker, Mike Radcliffe, Hernan Rodrφguez Colmeiro, Curtis Bartley, Mike Collins, and Templarian
  3. Firebug 1.3 is Firebug 1.2 with additions by John J. Barton, Jan Odvarko.
  4. Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
  5. Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov
  6.  
  7. == Not Panel Specific ==
  8.     * Curtis Bartley's Tabs-on-top UI reordering
  9.     * Improved and simplified "natural" Activation UI, minimize to context menu, all on/off, Firebug stays put.
  10.     * Firebug remembers which pages you had opened Firebug on.
  11.     * Supports Firefox 3.5
  12.     * auto-suspend
  13.     * Adds tab switching shortcut. Currently hardcoded to ctrl + shift + pgup/pgdown
  14.     * search across all files (contribution by kpdecker)
  15.     * Accessiblity by Hans Hillen, incl. tabbing and focus identification, panels Script, DOM , CSS, Breakpoints, DOM
  16.     * (some) Testing before shipping!
  17.     * jsd.initAtStartup set false not true
  18.     * resetAllOptions on Firebug status bar context menu
  19.  
  20. == Javascript Debugging ==
  21.     * Implement breakOnNext UI for STEP_SUSPEND
  22.     * Leave the debugger controls visible if the js is stopped
  23.     * Implement stepStayOnDebuggr to keep chrome out of firebug and vice versa
  24.     * Implement dynamicURLhasBP to avoid MD5 on eval unless breakpoints are set on evals
  25.     * skipScrolling if the lines are still in view.
  26.     * search in source boxes now ignores case unless the user puts an upper case character in the search request box
  27.     * group eval and events together under path to parent file
  28.     * implement traceCalls/untraceCalls
  29.     * implement decompileEvals
  30.  
  31. == Net Panel ==
  32.     * support for STATUS_RESOLVING
  33.     * Support for custom tabs for net requests (like Headers, Params, etc.) within net panel.
  34.     * Json tab is available even for XHR entries in Console panel.
  35.     * Limit for cached responses in tabCache.
  36.     * Maximum size limit for cached responses can be specified in preferences.
  37.     * Console panel ShowXHRDisabled for FF3.5 until bugzilla 483672 is fixed.
  38.     * Search response bodies
  39.  
  40. == For Extensions ==
  41.     * All modules support Firebug.Listener
  42.     * add option extensions.firebug-tracing-service.toOSConsole for debugging tracing or early FF
  43.     * TabWatch dispatch separate from modules dispatch
  44.     * acceptContext/declineContext replaced by shouldCreateContext/shouldNotCreateContext
  45.     * function() objects default rep is next to last so function types can be trapped by supportsObject()
  46.     * DBG_ACTIVATION to focus tracing on activation issues
  47.     * DBG_SHORTCUTS to focus tracing on key binding issues
  48.     * DBG_LOCALE tracing for missing localization
  49.  
  50. == Locales ==
  51.     * No more entites, all properties
  52.     * de-DE locale update (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
  53.     * it-IT locale update (contribution by l0stintranslation, gonzalopirobutirro)
  54.     * New Locale ro-RO, Romanian (contribution by alexxed)
  55.     * Locale update fr-FR (contribution by martin∩┐╜ and fmarcia)
  56.     * Locale update hu-HU (contribution by gLes)
  57.     * Update locale pl-PL (contribution by teo)
  58.     * ca-AD locale updated (contribution by xavivars, toniher)
  59.     * sv-SE locale update (contribution by peter3)
  60.     * da-DK locale update (contribution by AlleyKat)
  61.     * nl-NL locale update (contribution by markh)
  62.     * Update tr-TR locale (contribution by gezmen)
  63.     * New Locale es-AR (contribution by eternoendless)
  64.     * Update locale ro-RO (contribution by alexxed)
  65.     * Update zh-CN locale (contribution by lovelywcm)
  66.     * Update cs-CZ locale (contribution by lordfrikk and mik)
  67.  
  68. == Bug Fixes ==
  69.     * Issue 64:  Displaying TextNodes with their content directly causes debugging headache; contribution by Hernan Colmeiro
  70.     * Issue 176: net flash tab not recognising flv files
  71.     * Issue 241: Does not reload javascript content when dynamically removed and added from page.
  72.     * Issue 260: Firebug disables Mac Standard Cmd-Tilde switching
  73.     * Issue 369: Inspect JSON data in HTTP responses (contribution by Ashish Datta)
  74.     * Issue 199: CSS priority with '!important'
  75.     * Issue 699: Inspector - Highlight Image Map Areas
  76.     * Issue 700: HTML preview for net responses
  77.     * Issue 749: Hungarian Locale
  78.     * Issue 716: Add "Inspect element" context menu element in Fx3 for button and select elements
  79.     * Issue 834: Not displayed POST variables in NET tab
  80.     * Issue 895: Firebug toolbar button should behave the same way as clicking on status bar icon.
  81.     * Issue 902: Allow adding new CSS rule
  82.     * Issue 1021: Editing of DOM properties fail
  83.     * Issue 1044: In a page with a HTML doc in an iframe, the CSS of the pagein the iframe cannot be displayed
  84.     * Issue 1113: Unresponsive when using large Data URI image replacement, contribution by  2005jimmont
  85.     * Issue 1122: can't copy or open image background from css viewer
  86.     * Issue 1143: Inspected element variables ( $1, $2 ) command-line regression (contribution by urkle0)
  87.     * Issue 1176: Firebug should preserve Suspend state across sessions (after restart)
  88.     * Issue 1184: Search across all Javascript sources, not just one. contribution by kpdecker.
  89.     * Issue 1210: 1.3b1 post message display is screwed up
  90.     * Issue 1222: incorrect localization Resume_Firebug=Suspend Firebug
  91.     * Issue 1226: FB 1.4 tabCache optimalization prevents webpages from being viewied in FF3.1 nighlies
  92.     * Issue 1263: Script error downloading files
  93.     * Issue 1229: console tab does not display XHR with xhr.onprogress.
  94.     * Issue 1231: console object has wrong version number
  95.     * Issue 1248: Console does not filter errors from other browser tabs.
  96.     * Issue 1255: Reloading page resets current Javascript file to default HTML file in Firebug's "Script" tab
  97.     * Issue 1258: Enhancement patch: filefield is editable in add external editor dialog
  98.     * Issue 1267: console.time('toString') returns `NaN`;
  99.     * Issue 1274: Firebug affects 304 responses, causing a new full request on reload
  100.     * Issue 1276: Break on error without message in status bar
  101.     * Issue 1278: console create unclickable, 4px-high log entries
  102.     * Issue 1281: Watch tab: New Watch expression fails if Firebug is not stopped on a breakpoint
  103.     * Issue 1284: Unable to add new editor to external editors
  104.     * Issue 1285: Enhancement patch: filefield is editable in add external editor dialog; contribution by antonin.hildebrand
  105.     * Issue 1290: Using backspace when searching in open files menu deletes two characters instead of one, contribution by splintor
  106.     * Issue 1303: console.log with wrong output -- scope of commandline
  107.     * Issue 1305: lib.ERROR with 1.3X.0b5 while debugging Google language API
  108.     * Issue 1306: console create unclickable, 4px-high log entries (revisited)
  109.     * Issue 1308: Missing URL-Encoding of reserved characters when using 'Copy Location with Parameters' from Net Panel
  110.     * Issue 1310: Net Panel - Wrong domain display
  111.     * Issue 1316: window.console is undefined, then console create empty log entries after clicking on the command line
  112.     * Issue 1317: Scrollbar in "Edit" view rendered half-invisible
  113.     * Issue 1319: Selecting multiple JavascriptLines to add watch also adds line numbers
  114.     * Issue 1323: img preview in CSS tab not working.
  115.     * Issue 1339: Command line becomes unusable after reload
  116.     * Issue 1347: Firebug 1.3 re-introduce "this.notifyFirebug is not a function" issue
  117.     * Issue 1352: All xmlhttprequest's appear to come from firebug-http-observer.js when looking at console view
  118.     * Issue 1367: Save as TXT/HTML or view in another tab ajax response
  119.     * Issue 1369: URL params parsing: omniture gifs no longer show params properly
  120.     * Issue 1381: Autocompletion only shows the first match
  121.     * Issue 1382: Add event dispatch when console is injected so extensions can know when console is available (contribution by collins.mike)
  122.     * Issue 1383: 1.3: if the last line is a comment throws Syntax Error: missing }
  123.     * Issue 1387:  switching between Firebug's tabs (as opposed to the window's) reverts contents of larger command line
  124.     * Issue 1395: Script debug loads only the first 20 lines of some scripts.
  125.     * Issue 1408: Google Docs (spreadsheets) - truncated view / not editable on inner worksheets (TracingListener implemented as XPCOM)
  126.     * Issue 1409: Selected source file does not persist on reload
  127.     * Issue 1468: File Locking on File upload when firebug is installed
  128.     * Issue 1479: Horizontal scroll bar appears and disappears when scrolling vertically in script tab (contribution by kpdecker)
  129.     * Issue 1483: Scripts fail to load when page reloaded during paused execution
  130.     * Issue 1495: No more ajax response for a while
  131.     * Issue 1496: Hash Character Links ( the # or fragement identifier for a URL) Creates Seperate Script View
  132.     * issue 1508: Problems with some downloads.
  133.     * Issue 1547: &editors.Description;
  134.     * Issue 1575: New watch expression can't be created when breakpoint is active
  135.     * Issue 1586: XHR complete fails to trigger onComplete callback (workaround removed)
  136.     * Issue 1592: Added display: autocompletions to CSS editor
  137.     * Issue 1591: Firebug cannot find _firebugConsole element
  138.     * Issue 1640: Fixed install.rdf typo
  139.     * Issue 1649: disabling script panel doesn't disable script view in 1.4
  140.     * Issue 1650: 1.4a18 not picking up other JS files
  141.     * Issue 1651: 1.4a18 panel not updating when changing tabs in firefox
  142.     * Issue 1655: CSS view is not correct
  143.     * Issue 1663: CSS Property Name Editor Does not always work (contribution by kpdecker)
  144.     * Issue 1679: Break On Next Statement ("pause" button): poor selection style (partial)
  145.     * Issue 1680: Firebug suspends on page reload.
  146.     * Issue 1688: Collection of issues relating to element Inspector
  147.     * Issue 1691: CSS style editor autocomplete problems
  148.     * Issue 1693: Viewing requests with large message bodies in Console tab temporarily freezes browser
  149.     * Issue 1694 in fbug: Net Panel Cutsomization: file.responseText doesn't include original line breaks
  150.     * Issue 1695: Clicking on sessionStorage (empty array) in DOM panel causes error
  151.     * Issue 1700: 'Inspect in DOM panel' for variables during script suspension broken
  152.     * Issue 1701: Stack panel not updated immediately during script suspension
  153.     * Issue 1706: "POST" disappears
  154.     * Issue 1707: I can't edit DOM values using Firebug
  155.     * Issue 1709: OS X - Pressing Cmd+, fails to open preferences window
  156.     * Issue 1712: Firebug 1.4's channel listener changes observable behaviour
  157.     * Issue 1715: Always Open in New Window prevents
  158.     * Issue 1727: Inspector offset when the screen is scrolled
  159.     * Issue 1733: Custom Net Panel: file.isXHR is not set in console log
  160.     * Issue 1738: All properties getters and not editable in DOM panels
  161.     * Issue 1740: Inspect context menu item should not be disabled
  162.     * Issue 1741: CSS Sheets listed multiple times in DOM included multiple times in CSS panel
  163.     * Issue 1742: CSS Source Links do not work
  164.     * Issue 1744: Defect commandLine openInNewWindow
  165.     * Issue 1747: Script Option Grayed-Out when Enabled by Console enable
  166.     * Issue 1750: "Inspect Element" causes firebug to hide
  167.     * Issue 1753: command line for open in new window does not immediately respond to Small <-> Large button
  168.     * Issue 1755: Script tab does not keep line highlighted after clicking on console trace
  169.     * Issue 1756: Firebug status bar error counter doesn't update on tab closure.
  170.     * Issue 1760: Popup window obscured in Net tab
  171.     * Issue 1762: Firebug body is replacing document.body
  172.     * Issue 1764: Net panel misses page load.
  173.     * Issue 1766: html, body { width: 100%, height: 100% } -> Inspect-Tool does not work properly
  174.     * Issue 1771: Firebug.resetAllOptions: Should this clear debug/developer options?
  175.     * Issue 1775: Command Line command could toggle like inspect does
  176.     * Issue 1789: Firebug console opens on some sites after console.log called (1.4.0a28)
  177.     * Issue 1793: Frames (still) cause problems -- detailed example
  178.     * Issue 1795: Fails to format string in locale bundle: en-US
  179.     * Issue 1800: Inspect shows no highlight borders when HTML and BODY are set to overflow:hidden
  180.     * Issue 1801: refreshing in detached window refreshes wrong tab
  181.     * Issue 1812: console.log(arguments)
  182.     * Issue 1814: Frames still cause problems in a30, though fewer. (ref Issue 1793)